Get Course recommendations to bridge the Skill gap between an Employee and a Job
Courses that are connected through a SkillEvent with the Employee, indicating that the Employee has already taken the Course, are excluded from the recommendations. Additionally, Courses of which the active
attribute is set to false
are filtered out as well.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Unique external ID linked to this Employee, consisting of alphanumeric characters, hyphens and underscores.
1 - 100
Unique external ID linked to this Job, consisting of alphanumeric characters, hyphens and underscores.
1 - 100
Query Parameters
The maximal number of results returned.
1 < x < 100
If set to explained
, the response will include an explanation of the recommendation.
simple
, explained
If set to true
, Course recommendations will consider adjacent Skills in addition to literal Skill overlap. If set to false
, recommendations will be based solely on literal Skill overlap.
Additional entity attributes that will be included in the response body. This query parameter can be added multiple times to include more attributes. When include entity
is used, the response will include the titles and descriptions of the recommended Courses.
custom_properties
, entity
Body
List of filters to be applied on the entities before matching
List of weights to be applied during matching. Currently, Skills match weight is the only supported weight for Job matching and is set to 1.0 by default.
Response
List of match results.
Was this page helpful?